@charset "utf-8";
/* CSS Document */

body{

    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-image: url("https://img.freepik.com/free-photo/beige-abstract-wallpaper-background-image_53876-102527.jpg?size=626&ext=jpg&ga=GA1.1.1826414947.1699056000&semt=ais");
    background-repeat: no-repeat;
    background-size: cover;
    

}

header{

    background-color: rgba(0, 0, 0, 0.918);

}

.topo{

    color: white;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    align-items: center;

}

img{

    max-width: 270px;
    margin-bottom: 15px;
    background-size: cover;
    width: auto;
    height: auto;
    border-radius: 15px 15px 0 0;

}

#logo{

    width: 135px;
    height: 65px;
    margin-top: 20px;
    margin-left: 25px;
    flex-wrap: nowrap;

}

.menu li{

    flex-wrap: wrap;
    display: inline;
    margin-right: 20px;
    list-style: none;
    justify-content: space-between;
    gap: 30px;

}

a{
    text-decoration: none;
    color: white;
    margin: 12px;

}

h3{

    color: black;
    margin-top: 70px;
    text-align: center;
    font-size: 60px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.container{

    margin-top: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

article{

    background-color: rgba(0, 0, 0, 0.918);
    color: white;
    margin: 15px;
    width: 270px;
    height: 580px;
    border-radius: 15px;

}

article:hover{

    background-color: rgb(31, 30, 30);
    transform: scale(1.03);
    transition: all 225ms ease;

}

p{

    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

    margin-left: 15px;
    margin-right: 15px;

}

#botao1{

    margin: 30px 43px;

}

#botao2{

    margin: 86px 43px;

}

#botao3{

    margin: 29px 43px;

}

#botao4{

    margin: 64px 43px;

}

#botao5{

    margin: 63px 43px;

}

#botao6{

    margin: 120px 43px;

}

input{

    background-color: white;
    color: black;
    padding: 15px 60px;
    display: block;
    text-align: center;
    margin: 20px 50px;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    text-align: center;
    border: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;

}

input:hover{

    background-color: rgb(165, 165, 165);
    transform: scale(1.03);
    transition: all 150ms ease;

}

h6{

    color: black;
    text-align: center;

}

@media screen and (max-width: 670px) {

    .menu li{
        justify-content: center;
        
    }

    .topo {
        display: table;
        
    }

    #logo {
        margin-left: 82px;
    }
}
